Welcome![Sign In][Sign Up]
Location:
Search - P2P TCP

Search list

[Internet-NetworkUDP

Description: 用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了-Use UDP to achieve a reliable file transfer we all know that if we use TCP to transfer files, it will be very simple, simply do not have to worry about will be packet loss, unless the network is broken, you must re. If using UDP, since UDP is unreliable, so use it to transfer files, it is necessary to ensure that packet loss, you must write our own extra code to protect the
Platform: | Size: 10240 | Author: mywk | Hits:

[P2Pp2framework_src.2.1.0.2.tar

Description: P2Framework是一个开源项目。这是一个高效率的平台,使分布式系统的开发变得更加容易。通过这一平台,你可以忘记许多烦恼和琐碎的事情在分布式系统的开发(如NAT /防火墙穿越,的UDP / TCP协议的交换机等) 。 主要的重点是在这个框架内,以减轻P2P的连接建立,数据和信息传输。与P2Framework ,开发商不需要照顾NAT穿越,防火墙/代理问题,可靠性的UDP和TCP短期发送/接收的问题(等)的点对点环境。例如,可能同行后面的NAT或使用HTTP代理上网。另一个例子是,开发商可能要处理UDP和TCP连接以同样的方式,例如,一个可能需要可以传递信息的UDP和TCP可靠传输数据块的块,而不是流。在P2Framework ,各种连接建立和数据传输的封装几乎相同的接口。您可以使用混合连接P2Framework来确定最佳连接你喜欢同伴之间。此外,所有的网络业务的非块P2Framework其中只有运行signle线程。因此,开发商不需要使用互斥。和P2Framework可以建立在双方的Win32和Linux平台。-P2Framework is an open source project. It is a highly efficient platform for making distributed system development much easier. With this platform, you can forget many annoying and trivial things in the distributed system development (such as NAT/firewall traversal, udp/tcp protocol switch, etc.). The main focus on this framework is to ease the P2P connection establishment, data and message transmission. With P2Framework, the developers do not need to care NAT traversal, firewall/proxy problem, UDP reliability and TCP short send/receive problem (etc.) in peer-to-peer environment. For example, peers may behind NAT or uses a http proxy to access Internet. Another example is that the developers may want handle UDP and TCP connections in the same way, such as, one may want to UDP can transmit messages reliably and TCP can transmit data block by block rather than stream. In P2Framework, all kinds of connection establishment and data transmission are encapsulated as almost the same interfac
Platform: | Size: 1231872 | Author: 董巍 | Hits:

[Internet-NetworkTCP_p2p

Description: tcp 点对点 聊天程序 ,学习的心得,这个东西说大不大,但 工程化的思想很好 -tcp peer-to-peer chat program, learning experiences
Platform: | Size: 80896 | Author: 乔木 | Hits:

[Internet-Networktcpnat

Description: p2p之tcp打洞技术,可以实现tcp穿越nat的技术-tcp holes of p2p technology, can be achieved through nat technology tcp
Platform: | Size: 84992 | Author: xu | Hits:

[P2Ptcpandp2preport

Description: 用Java实现的tcp协议中p2p的连接,包括聊天和文件的传输,很实用也简单易懂,是报告。-Using Java to achieve agreement of the tcp connection p2p, including chat and file transfers, it is also easy-to-read and practical, is the report.
Platform: | Size: 235520 | Author: 麻园 | Hits:

[Internet-Networkudt.4.4.win32_with_VC6

Description: udt.4.4 支持VC6, linux+vc.net+vc6 UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防护墙穿透,多媒体数据传输等等。 UDT由开源软件作者谷云洪在美国伊利诺伊大学芝加哥分校攻读博士期间开发,并由他在毕业后继续维护和升级。UDT的开源软件可以在SourceForge上获取。-udt.4.4, linux+vc.net+vc6. UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms
Platform: | Size: 1180672 | Author: JustGO | Hits:

[P2PChatting

Description: 利用TCP控件实现简单的P2P聊天功能。(非局域网)-TCP controls the use of P2P to achieve a simple chat. (Non-LAN)
Platform: | Size: 447488 | Author: 何乐为 | Hits:

[CSharpQP2PFileShare

Description: 基于TCp的P2P文件共享应用,包含源代码以及运行程序-TCp of P2P-based file sharing applications, including source code, and run the program
Platform: | Size: 45056 | Author: 黄科满 | Hits:

[.netCsharp1

Description: C#网络编程教案 第1章 进程、线程与络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 …… -C# Network Programming Chapter 1, the process of lesson plans, thread and network protocol TCP Application Programming Chapter 2 Chapter 3 Chapter UDP Application Programming Chapter 4 Chapter 5 Chapter P2P Application Programming Application Programming SMTP and POP3 ... ... ... ...
Platform: | Size: 198656 | Author: 王清河 | Hits:

[Windows DevelopVCWinSockProgramming

Description: 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 CSocket 编程之阻塞和非阻塞模式 57 -#define FD_SETSIZE 64? typedef struct fd_set { u_int fd_count /* how many are SET?*/ SOCKET fd_array[FD_SETSIZE] /* an array of SOCKETs*/ } fd_set
Platform: | Size: 190464 | Author: netdavid | Hits:

[Internet-NetworkMultiChatLib

Description: 基于比特精灵多人聊天基础,采用P2P技术,里面实现了完成的 线程库,内存库,和socket通讯类,含TCP和UDP ,代码很经典,执行效率很高,有需要的同学,可以自行下载,仅供学习使用,不得用于商业,否则后果自负。-Chat based on Bitspirit people using P2P technology, which achieved the completion of the thread library, the memory bank, and the socket communications, including TCP and UDP, the code is very classic, very high efficiency in the implementation, there is a need for students, free to download , only to learn to use, not for commercial, or peril.
Platform: | Size: 220160 | Author: 天一 | Hits:

[VC/MFCCSharp

Description: 本书是一本非常实用的学习C#网络高级应用编程的教材。主要涉及TCP编程、UDP编程、P2P编程、SMTP和POP3编程、网络加密与解密、多媒体编程等内容-This book is a very useful learning C# network programming materials for advanced applications. Mainly related to programming TCP, UDP programming, P2P program, SMTP and POP3 programming, network encryption and decryption, multimedia programming, etc
Platform: | Size: 6025216 | Author: huanghf | Hits:

[TCP/IP stackTCP-line-procedures

Description: 基于TCP协议的P2P联机程序,在windows下的互联-P2P protocol based on TCP-line program, under the Internet in windows
Platform: | Size: 38912 | Author: athere | Hits:

[P2Pstunt

Description: TCP P2P nat traversal
Platform: | Size: 80896 | Author: zhangjunshao | Hits:

[P2PP2Psocket

Description: P2P视频通信源代码,使用upd,tcp/ip通讯协议, 用C#开发。-P2P video communications source code, the use of upd, tcp/ip protocol, with the C# development.
Platform: | Size: 538624 | Author: wo | Hits:

[Internet-Networkudt4.6a

Description: UDT协议源码,基于UDP的数据传输协议(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT的主要目的是支持高速广域网上的海量数据传输,而互联网上的标准数据传输协议TCP在高带宽长距离网络上性能很差。 顾名思义,UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防火墙穿透,多媒体数据传输等等。 -hello udt
Platform: | Size: 3757056 | Author: chenyun | Hits:

[Delphi VCL201062810136982

Description: 文件共享, 电驴,P2P客户端源代码, 支持TCP, UDP, DHT, 还可以在线播放多媒体. -File Sharing, eMule, P2P client source code, support TCP, UDP, DHT, also available online multimedia.
Platform: | Size: 632832 | Author: | Hits:

[P2PFBNetworkLibrary_1.2

Description: TCP实现P2P通信、TCP穿越NAT的方法、TCP打洞 -P2P communication TCP implementation, TCP through the NAT method, TCP hole punching
Platform: | Size: 761856 | Author: vince | Hits:

[P2PCPP_TCP_NAT

Description: TCP实现P2P通信、TCP穿越NAT的方法、TCP打洞-TCP punch hole on NAT using C++
Platform: | Size: 47104 | Author: jemmy | Hits:

[Delphi VCLDGSpySDK_0.4b

Description: 功能列表: 1、屏幕捕获与还原; 2、屏幕正向TCP封装; 3、屏幕反向TCP封装; 4、屏幕录像为MPG格式; 5、屏幕录像为自定义格式; 6、视频捕获与还原(未完成,下一版本实现); 7、UDP的P2P封装(未完成,下一版本实现)。-Feature List: 1, screen capture and restore 2, the screen forward TCP package 3, the screen reverse TCP package 4 screen video to MPG format 5, the video screen as a custom format 6, video capture and restore ( not completed, the next version to achieve) 7, UDP, P2P package (not completed, the next version implementations).
Platform: | Size: 438272 | Author: sum | Hits:
« 1 2 3 45 6 7 8 9 »

CodeBus www.codebus.net